From 3387588b84508d0ada672953d7819f7954b0291d Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Fri, 10 Apr 2009 06:56:23 +0100 Subject: [PATCH] x86 acpi: Quieten boot messages regarding power modes Signed-off-by: Keir Fraser --- xen/arch/x86/acpi/cpu_idle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/arch/x86/acpi/cpu_idle.c b/xen/arch/x86/acpi/cpu_idle.c index ac346ce0bc..a7ca18826e 100644 --- a/xen/arch/x86/acpi/cpu_idle.c +++ b/xen/arch/x86/acpi/cpu_idle.c @@ -780,7 +780,7 @@ long set_cx_pminfo(uint32_t cpu, struct xen_processor_power *power) /* FIXME: C-state dependency is not supported by far */ - print_acpi_power(cpu_id, acpi_power); + /*print_acpi_power(cpu_id, acpi_power);*/ if ( cpu_id == 0 && pm_idle_save == NULL ) { -- 2.30.2